home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d18 / tools4c.arc / KEY.H next >
Text File  |  1988-12-27  |  1KB  |  57 lines

  1. #define RETURN        0x000d
  2. #define SPACE        0x0020
  3. #define UP             0x4800
  4. #define DOWN        0x5000
  5. #define LEFT        0x4b00
  6. #define RIGHT        0x4d00
  7. #define HOME        0x4700
  8. #define END            0x4f00
  9. #define PGUP        0x4900
  10. #define PGDN        0x5100
  11. #define F1            0x3b00
  12. #define F2            0x3c00
  13. #define F3            0x3d00
  14. #define F4            0x3e00
  15. #define F5            0x3f00
  16. #define F6            0x4000
  17. #define F7            0x4100
  18. #define F8            0x4200
  19. #define F9            0x4300
  20. #define F10            0x4400
  21. #define ESC            0x001b
  22. #define BKSP        0x0008
  23. #define INS            0x5200
  24. #define DEL            0x5300
  25. #define ALT_F1        0x6800
  26. #define ALT_F2        0x6900
  27. #define ALT_F3        0x6a00
  28. #define ALT_F4        0x6b00
  29. #define ALT_F5        0x6c00
  30. #define ALT_F6        0x6d00
  31. #define ALT_F7        0x6e00
  32. #define ALT_F8        0x6f00
  33. #define ALT_F9        0x7000
  34. #define ALT_F10   0x7100
  35. #define CNT_F1        0x5e00
  36. #define CNT_F2        0x5f00
  37. #define CNT_F3        0x6000
  38. #define CNT_F4        0x6100
  39. #define CNT_F5        0x6200
  40. #define CNT_F6        0x6300
  41. #define CNT_F7        0x6400
  42. #define CNT_F8        0x6500
  43. #define CNT_F9        0x6600
  44. #define CNT_F10   0x6700
  45. #define SFT_F1        0x5400
  46. #define SFT_F2        0x5500
  47. #define SFT_F3        0x5600
  48. #define SFT_F4        0x5700
  49. #define SFT_F5        0x5800
  50. #define SFT_F6        0x5900
  51. #define SFT_F7        0x5a00
  52. #define SFT_F8        0x5b00
  53. #define SFT_F9        0x5c00
  54. #define SFT_F10   0x5d00
  55.                         
  56.                         
  57.